home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 6⁄1⁄90 / 1359-Cropped DLOG on SE-May90 < prev    next >
Encoding:
Text File  |  1990-06-01  |  2.7 KB  |  65 lines  |  [TEXT/GEOL]

  1. Item    6731338                         29-May-90        07:36PDT
  2.  
  3. From:   A.XSE010                        Austria - SLT Labinstruments,IDV
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. Sub:    Cropped DLOG on SE
  8.  
  9. Well, this is my first posting to MacApp.Tech$.
  10.  
  11. I am still a novice MacApp user (and even more of a novice AppleLink user) and
  12. (therefore?) have several questions, which I will try to ask in small groups
  13. (i.e. separate messages).
  14.  
  15. I am not on the MacApp.Tech$ group address (and I'm not sure yet whether or not
  16. I want to be), so apparently I should ask for a direct response to my own
  17. AppleLink address (consider this done).
  18.  
  19. All my questions relate to one large program which I have been writing for more
  20. than a year now (my first serious Mac program and practically my first Mac
  21. program per se).  Everything I have written is in p1 Modula-2.  It has taken so
  22. long not only because of the well-known difficulties involved programming the
  23. Mac and because it is my first Mac program, but also because of radical changes
  24. of course late in the day.  It started life being a plain non-object-oriented
  25. MPW program; then the entire file structure and handling was abandoned in
  26. favour of a Database package (“Inside Out”), and then, after further unbearably
  27. slow progress and months of hesitation (for fear of further delays due to the
  28. unpredictable length of yet another learning period) it was decided to try and
  29. make use of MacApp.  Due to extreme time constraints it was impossible
  30. immediately to convert the program completely over to MacApp.  So there are
  31. still several Dialog Manager dialog boxes in there, which leads to my first
  32. question (by the way, I'm using MPW 3.0 and MacApp 2.0ß9, in case you need to
  33. know):
  34.  
  35. I have a dialog manager dialog which is as big as the screen of the SE (etc.)
  36. but for the menu bar and a few pixels around the edges.  On the Mac II (and
  37. IIcx) the dialog appears complete and nicely centered on the screen (using my
  38. own centering procedure), but on the SE and SE/30, it is cropped at the bottom
  39. by about 20 or 22 pixels (but still centered according to its new size).  I
  40. blame this on MacApp because I wrote a non-MacApp program which does nothing
  41. but put up this dialog (using bits of the code from the other program) and the
  42. whole thing appears uncropped, visible and centered on the SE's screen (as it
  43. should).  I can't imagine how MacApp can get in and interfere, but what else
  44. could it be?  Here is the Rez description of the box:
  45.  
  46. resource 'DLOG' (132, "Screening Details") {
  47.    {32, 10, 334, 502},
  48.    dBoxProc,
  49.    invisible,
  50.    noGoAway,
  51.    0x0,
  52.    132,
  53.    ""
  54. };
  55.  
  56. I'll leave it at that for now: this is probably the most baffling problem I
  57. have.
  58.  
  59.  
  60.  
  61. Regards and thanks,
  62.  
  63. Alex Livingston
  64.  
  65.